remove C++ comments
authorcinamod <cinamod>
Tue, 7 Oct 2003 20:07:49 +0000 (20:07 +0000)
committercinamod <cinamod>
Tue, 7 Oct 2003 20:07:49 +0000 (20:07 +0000)
modules/engines/ms-windows/xp_theme.c

index 68ced71717097e813bd868714e636041bdfa5a8f..b529f8b1d41a4b23bbd26b8bfdbe8eb3daa84d39 100755 (executable)
@@ -672,10 +672,10 @@ xp_theme_is_drawable (XpThemeElement element)
   if (is_theme_active_func)
     {
       gboolean active = (*is_theme_active_func) ();
-      // A bit of a hack, but it at least detects theme
-      // switches between XP and classic looks on systems
-      // using older GTK+ version (2.2.0-?) that do not
-      // support theme switch detection (gdk_window_add_filter).
+      /* A bit of a hack, but it at least detects theme
+        switches between XP and classic looks on systems
+        using older GTK+ version (2.2.0-?) that do not
+        support theme switch detection (gdk_window_add_filter). */
       if (active != was_theming_active)
         {
           xp_theme_reset ();